home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Suruculer ve Guncellemeler / Transdisk / dosver3 / README < prev    next >
Encoding:
Text File  |  1994-08-04  |  9.7 KB  |  235 lines

  1. --------------------------------------------------------------------
  2.  
  3. ***  Accessing TransDisk with a DOS Drive Letter
  4.  
  5. Accessing TransDisk requires loading the TransDisk device driver (TRANSD.SYS)
  6. which assigns a DOS drive letter. To do this, you need to perform one of the
  7. following:
  8.  
  9. 1. Permanent Installation --
  10.    TD utility allows normal installation of the TransDisk software onto the
  11.    internal hard drive. It makes changes to the CONFIG.SYS file. A reboot
  12.    is required to load the device driver.
  13.  
  14.    Syntax:    TD
  15.  
  16. 2. Dynamic Loading --
  17.    TDGO command allows loading the device driver dynamically without first
  18.    installing the software via TD. It does NOT change any of the host system
  19.    setup.  No reboot is required.
  20.  
  21.    Syntax:    TDGO [timing]
  22.  
  23.    timing    timing adjustment for device driver to match parallel port
  24.         characteristics. Range: 0 - 99; Default = auto-detect.
  25.  
  26.    See following sections for detail on timing adjustment.
  27.  
  28. --------------------------------------------------------------------
  29.  
  30. *** TRANSD.SYS Options
  31.  
  32. Usage:
  33.  
  34.   In config.sys
  35.  
  36.       DEVICE=C:\TRANSDSK\TRANSD.SYS [/T:<t>] [/S:<s>]
  37.   
  38. Description:
  39.  
  40.     /T option allows manual setting of the timing between the device
  41. driver and the printer port. When /T option is not specified (default),
  42. the device driver will AUTOMATICALLY adjust its timing to accomodate
  43. the hardware at hand while maintaining the optimal performance.
  44.     When /T option is specified, AUTO-TIMING mode is disabled, and
  45. <t> indicates the MANUAL-TIMING parameter. The larger the value of <t> is,
  46. the slower the system becomes. In particular, when <t> is set to 0, the
  47. system will run at full speed.
  48.  
  49.     /S option allows you to change the timeout value associated with
  50. the STANDBY mode operation of the TransDisk 2000 series. When /S option
  51. is not specified (default), a TransDisk 2000 unit will enter STANDBY mode
  52. (Hard drive motor not spinning, to save battery power) when it is not
  53. accessed in 5 min. Once it receives a command, it will spin up again
  54. and execute the command.
  55.     When /S option is specified, <s> indicates a timeout value in
  56. seconds. If the unit is not accessed in <s> seconds, it will enter the
  57. STANDBY mode. If <s> is not a multiple of 5, it will be rounded up to
  58. the next multiple of 5. The minimum value of <s> is 60 (1 min.). The
  59. maximum is about 1200 (20 min.). If <s> is set to 0, the STANDBY mode
  60. is disabled.
  61.     TransDisk 3000 series ignore /S option, and disable STANDBY
  62. mode operation.
  63.  
  64. Example:
  65.  
  66.     DEVICE=C:\TRANSDSK\TRANSD.SYS
  67. Set AUTO-TIMING mode and STANDBY-TIMEOUT to 5 min., this is default setting.
  68.  
  69.     DEVICE=C:\TRANSDSK\TRANSD.SYS /T:1 /S:180
  70. Set MANUAL-TIMING mode to 1 and STANDBY-TIMEOUT to 3 min.
  71.  
  72.     DEVICE=C:\TRANSDSK\TRANSD.SYS /T:0 /S:0
  73. Set MANUAL-TIMING mode to 0 and disable STANDBY-TIMEOUT.
  74.  
  75. ____________________________________________________________________
  76.  
  77. ***  Note on Printer Port Compatibility (1)
  78.  
  79. If you cannot access TransDisk and you have already followed the
  80. troubleshooting instruction in the User's Guide, it is most likely
  81. that your printer port may not be fully IBM compatible. In this case,
  82. Adjust the timing by using /T option mentioned above and reboot the system.
  83. Also see the note below.
  84.  
  85. ____________________________________________________________________
  86.  
  87. ***  Note on Printer Port Compatibility (2)
  88.  
  89. If you are using IBM PS/2 (or similar) machines which has DMA capability
  90. on the printer port, e.g., PS/2 models 56, 57, 76, 77 and 90XP, you MUST
  91. disable the "DMA Arbitration Level" of the printer port to use TransCD.
  92.  
  93. In order to do so, you can enter configuration (CMOS) setup mode at
  94. the system boot time.  On PS/2 model 56, enter Ctl+Alt+Ins when cursor
  95. moves from upper left corner to right upper corner at system boot.
  96. Please refer to PS/2 User's Handbook for additional information.
  97.  
  98. ____________________________________________________________________
  99.  
  100. ***  Dynamic Driver Loader (enhanced in ver. 2.20)
  101.  
  102. Instead of using DEVICE entry to load the TransDisk driver in CONFIG.SYS,
  103. DLD.COM   allows a user to load TransDisk driver at DOS prompt.
  104. DLD.COM works on MS DOS 3.x, 4.x, 5.x, and 6.x.  It may or may not work on
  105. other DOS operating systems.
  106.  
  107. Syntax:
  108.     DLD [-drive_letter] driver_file [driver_options]
  109.  
  110. Example:
  111.     DLD   C:\TRANSDSK\TRANSD.SYS
  112. TransDisk will be assigned the NEXT available drive letter on the system.
  113.  
  114. Example:
  115.     DLD   -P C:\TRANSDSK\TRANSD.SYS
  116. TransDisk will come up as P: drive. Make sure LASTDRIVE in CONFIG.SYS
  117. is greater than the drive letter specified.
  118.  
  119. ____________________________________________________________________
  120.  
  121. ***  Additional Utility,   TDPATH.EXE
  122.  
  123. Included on this package diskette is the utility TDPATH.EXE.
  124. TDPATH.EXE allows you to customize your PATH with directories
  125. available on your TransDisk.    To invoke TDPATH.EXE, type
  126. tdpath  (if tdpath.exe is not in your execution PATH, use
  127. full path) at the command prompt or include it in your AUTOEXEC.BAT.
  128.  
  129. When invoked, TDPATH.EXE searches TDPATH.ADD the root directory on
  130. all partitions including TransDisk and non-TrnasDisk partitions for
  131. the file TDPATH.ADD.  If a TDPATH.ADD is found, TDPATH.EXE will
  132. extend your PATH based on the contents of TDPATH.ADD.   TDPATH.EXE
  133. exits with error if there is no TransDisk attached to your system.
  134.  
  135. The format of TDPATH.ADD is as follows:
  136.  
  137. 1:\lbin;2:\uti;1:\net10
  138.  
  139. Leading # and rem are considered remark lines and ignored.
  140.  
  141. Using above example and if current TransDisk starts as F:,
  142. after TDPATH excuted, your PATH becomes
  143.  
  144. PATH=your_old_path;F:\lbin;G:\uti;F:\net10
  145.  
  146. --------------------------------------------------------------------
  147.  
  148. ***  MANUAL INSTALLATION AND UN-INSTALLATION
  149.  
  150. To install TransDisk software manually follows below.
  151.  
  152. 1. copy TransDisk software into your boot drive,
  153. 2. in config.sys, add driver statement as
  154.      DEVICE=your_drive:\your_dir\TRANSD.SYS
  155.  
  156. To un-install, remove the driver statement from config.sys and/or
  157. remove TransDisk software from boot drive.
  158.  
  159. _________________________________________________________________________
  160.  
  161. ***  How to use TransDisk on a OS/2 system
  162.  
  163. Before an OS/2 native driver is available for TransDisk, the following
  164. procedure can be used to access TransDIsk on a DOS session under OS/2.
  165. Thanks to Mr. Doug Azzarito of IBM, an excellent technical support,
  166. accessing TransDisk under OS/2 is now possible.
  167.  
  168. The following procedure describes how to access the TransDisk from OS/2
  169. by using a "specific DOS session."  This is a feature in OS/2 that allows
  170. you to boot a session of "real" DOS mode while running OS/2.   To set this 
  171. up, do the following:
  172.  
  173. * Hardware:
  174.     If you are using non-PS/2 machine, no hardware setup is necessary.
  175. If you are using PS/2 (or similar) machines which has DMA capability
  176. on the printer port, e.g., PS/2 model 56, you MUST disable the DMA
  177. of the printer port to use TransDisk.
  178.  
  179. In order to do so, you can enter configuration (CMOS) setup mode at
  180. the system boot time.  On PS/2 model 56, enter Ctl+Alt+Ins when cursor
  181. moves from upper left corner to right upper corner at system boot.
  182. Please refer to PS/2 User's Handbook for additional information.
  183.  
  184. * Software:
  185. (1) Create a bootable DOS diskette that will load the TransDisk driver.
  186.     Boot from this diskette to make sure everything works properly.
  187. (2) Boot OS/2, and insert the bootable DOS disk in drive A:
  188. (3) Copy the file \OS2\MDOS\FSFILTER.SYS to A:
  189. (4) Add the line:   DEVICE=FSFILTER.SYS as the first line in the CONFIG.SYS
  190.     on the bootable DOS diskette.
  191. (5) Open the COMMAND PROMPTS folder (inside the OS/2 SYSTEM folder).
  192.     you will see a "DOS FROM DRIVER A:" object.   Start that object, which
  193.     will boot the DOS disk in drive A:.
  194.  
  195. From this DOS session, you will have access to the TransDisk.  No other
  196. session will see the TransDisk, and all printing from other sessions will
  197. be held in the spooler until the DOS session is closed.
  198.  
  199. The VMDISK command can make an "image" of this boot floppy, so you can start
  200. a TransDisk session without inserting the floppy.   Type HELP VMDISK from
  201. an OS/2 command prompt for details.
  202.  
  203. * Caveat:
  204.  
  205. Due to multitasking environment of OS/2, TransDisk performance on this
  206. DOS session is far below that in actual DOS environment.
  207.  
  208. ____________________________________________________________________________
  209.  
  210. ***  Password Protection (new in ver. 2.20)
  211.  
  212. Password protection is a security feature that prevents an unauthorized access
  213. to the TransDisk.  Normally the TransDisk is shipped without the password. In
  214. order to use the password feature, the user needs to run TD.EXE version 2.20
  215. or higher and use the option 14.  The password can be up to 8 characters of
  216. any combination.  Once the password is set and the system rebooted, subsequent
  217. usage of that TransDisk requires password to gain access.  This feature
  218. requires a matching version of the driver (TRANSD.SYS) to work as specified.
  219.  
  220. ____________________________________________________________________________
  221.  
  222. ***  Read-Only Protection (new in ver. 2.20)
  223.  
  224. Read-only protection is a safety feature that prevents writing to the
  225. TransDisk while still allowing read access to it.  TransDisk acts just like
  226. a read-only device much the same way as the write-protected floppy diskette.
  227. The transDisk in read-only mode can be used as a distribution medium
  228. especially in an environment where virus infection is a problem.  In order
  229. to use the read-only feature, the user needs to run TD.EXE version 2.20 or
  230. higher and use option 7.  The read-only mode can be turned on or off and
  231. takes effect the next time the system is rebooted.  This feature requires
  232. a matching version of the driver (TRANSD.SYS) to work as specified.
  233.  
  234. ____________________________________________________________________________
  235.